QuickOPC User's Guide and Reference
RetrieveCurrentNode(IEnumerable<Object>) Method



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class > RetrieveCurrentNode Method : RetrieveCurrentNode(IEnumerable<Object>) Method
The current path.
Called to retrieve the current node.
Syntax
'Declaration
 
Protected Overloads Overridable Sub RetrieveCurrentNode( _
   ByVal currentPath As IEnumerable(Of Object) _
) 
'Usage
 
Dim instance As BrowseControl
Dim currentPath As IEnumerable(Of Object)
 
instance.RetrieveCurrentNode(currentPath)
protected virtual void RetrieveCurrentNode( 
   IEnumerable<object> currentPath
)
protected:
virtual void RetrieveCurrentNode( 
   IEnumerable<Object^>^ currentPath
) 

Parameters

currentPath
The current path.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also